home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 2402.TXT < prev    next >
Text File  |  1993-03-31  |  3KB  |  48 lines

  1. ___________________________________________________________________________
  2. STACKER NOTE                                                   STACKER NOTE
  3. Title: Third Party Disk Optimization Programs and Stacker 
  4. STAC FAX Index #2402 - 2/10/93                          
  5. ___________________________________________________________________________    
  6.  
  7. Background.
  8.  
  9. Writing to disk can cause file fragmentation over time.  Third party 
  10. disk optimization programs such as Norton Speedisk, PCtools Compress, and 
  11. VOPT were designed to optimize (defragment) un-Stacked drives.  Their use 
  12. on Stacker drives should be avoided.  Stacker includes a utility called 
  13. SDEFRAG to optimize and defragment a Stacker drive.  Note: SDEFRAG will not        
  14. optimize an un-Stacked drive. 
  15.  
  16.  
  17. Why shouldn't I run third party optimizers on a Stacker drive?
  18.    
  19.    Stacker is able to store data more efficiently than DOS by allocating 
  20.    file storage units at the sector level.  A sector, usually 512 bytes, is 
  21.    the smallest unit of storage that a hard disk controller can write.  
  22.    DOS, on the other hand, uses fixed size, multi-sector groups (clusters) 
  23.    for file allocations.   A cluster, typically a group of 4 sectors for 
  24.    partitions under 128 MB, is the smallest unit of storage used by DOS.  
  25.    While DOS uses a File Allocation table (FAT) to allocate the cluster usage 
  26.    in a drive, Stacker keeps both a cluster FAT and a sector FAT.  
  27.    An Optimization program will read the FAT to find all the file fragments, 
  28.    then put the pieces together using contiguous clusters.  Since DOS doesn't 
  29.    keep track of individual sectors like Stacker does, these programs, which 
  30.    existed long before Stacker came along, were designed to read only a 
  31.    cluster FAT.  They were not designed to read a sector FAT.  This is why 
  32.    they should not be used on the Stacker drive.  
  33.  
  34. What if I accidentally run a third party optimizer on a Stacker drive?
  35.  
  36.    Because these programs don't read Stacker's sector FAT, they tend to
  37.    fragment a Stacker drive as they assemble the file's pieces in what they
  38.    think is a contiguous order.  The data remains safe, however, the 
  39.    optimization process may have created lost sectors.  Run the Stacker 
  40.    utility :   SCHECK /F (Stacker 2.0) or CHECK /F (Stacker 3.0)  to reclaim 
  41.    these lost sectors.  Then run SDEFRAG to defragment the drive.
  42.  
  43. ___________________________________________________________________________
  44. Copyright 1993, Stac Electronics                    
  45.  
  46.  
  47.  
  48.